home *** CD-ROM | disk | FTP | other *** search
- {
- Class = EOModel;
- EOModelVersion = 1;
- adaptorName = Oracle;
- connectionDictionary = {
- hostMachine = "";
- password = "";
- serverId = "";
- userName = "";
- };
- entities = (
- {
- Class = EOEntity;
- attributes = (
- {
- Class = EOAttribute;
- columnName = ENTITY_NAME;
- externalType = CHAR;
- isReadOnly = N;
- name = EntityName;
- valueClassName = NSString;
- },
- {
- Class = EOAttribute;
- columnName = MAX_KEY;
- externalType = NUMBER;
- isReadOnly = N;
- name = MaxKey;
- valueClassName = NSNumber;
- valueType = i;
- }
- );
- attributesUsedForLocking = (EntityName, MaxKey);
- classProperties = (EntityName, MaxKey);
- externalName = UNIQUE_KEY;
- isReadOnly = N;
- name = UniqueKey;
- primaryKeyAttributes = (EntityName);
- }
- );
- }